home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
MISCEOUS
/
WORLD3.LZH
/
WORLD.ZIP
/
INSTALL1.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-01-10
|
651b
|
26 lines
rem Install1.bat The World Digitized
rem
rem Continue with The World Digitized Installation.
rem
pause If not already there, place Disk 1/3 into Drive A:
cd australia
copy a:australia
cd ..\antarctica
copy a:antarctica
cd ..\africa
copy a:africa
cd ..\southamerica
copy a:southamerica
pause Place Disk 2/3 into Drive A:
cd ..\asia
copy a:asia
cd ..\europe
copy a:europe
pause Place Disk 3/3 into Drive A:
cd ..\northamerica
copy a:northamerica
cd ..
rem
rem Installation complete. You may wish
rem to execute EXPAND.BAT to convert the .mps files to .mp1 (text format)
rem or read READ.ME for complete instructions.